home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 SRC / Mac / Lib / test / twin.py < prev   
Text File  |  1995-01-30  |  162b  |  10 lines

  1. # Test Win module
  2.  
  3. from Win import *
  4.  
  5. r = (40, 40, 400, 300)
  6. w = NewWindow(r, "Hello world", 1, 0, -1, 1, 0x55555555)
  7. w.DrawGrowIcon()
  8. import time
  9. time.sleep(10)
  10.